Revision 4a0e2139 modules/PowerManagement_1-1/module.h

View differences:

modules/PowerManagement_1-1/module.h
444 444
  aosShellAddCommand(&aos.shell, &moduleUtAlldTps62113.shellcmd);             \
445 445
  aosShellAddCommand(&aos.shell, &moduleUtAlldTps62113Ina219.shellcmd);       \
446 446
  MODULE_INIT_TEST_SENSORRING();                                              \
447
  aosShellAddCommand(&aos.shell, &moduleUtAlldVcnl4020.shellcmd);             \
448
  aosShellAddCommand(&aos.shell, &moduleUtLldRtCan.shellcmd);                 \
447 449
}
448 450
#if (BOARD_SENSORRING == BOARD_PROXIMITYSENSOR) || defined(__DOXYGEN__)
449 451
  #define MODULE_INIT_TEST_SENSORRING() {                                     \
......
732 734

  
733 735
#endif /* BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L1X */
734 736

  
737

  
735 738
/** @} */
736 739

  
737 740
/*===========================================================================*/
......
751 754
#include <ut_alld_pklcs1212e4001.h>
752 755
#include <ut_alld_tps62113.h>
753 756
#include <ut_alld_tps62113_ina219.h>
757
#include <ut_alld_vcnl4020.h>
758
#include <ut_lld_rtcan.h>
754 759

  
755 760
/**
756 761
 * @brief   ADC unit test object.
......
859 864

  
860 865
#endif /* BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L1X */
861 866

  
867
/**
868
 * @brief RtCan unit test object.
869
*/
870
extern aos_unittest_t moduleUtLldRtCan;
871

  
862 872
#endif /* AMIROOS_CFG_TESTS_ENABLE == true */
863 873

  
864 874
/** @} */

Also available in: Unified diff