Revision 4a0e2139 unittests/unittests.mk

View differences:

unittests/unittests.mk
31 31
               $(UNITTESTS_DIR)periphery-lld/inc
32 32

  
33 33
# C sources
34
<<<<<<< Updated upstream
34 35
UNITTESTSCSRC = $(wildcard $(UNITTESTS_DIR)lld/src/*.c) \
35 36
                $(wildcard $(UNITTESTS_DIR)periphery-lld/src/*.c)
37
=======
38
UNITTESTSCSRC = $(UNITTESTS_DIR)lld/src/ut_lld_adc.c \
39
				$(UNITTESTS_DIR)lld/src/ut_lld_rtcan.c \
40
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_a3906.c \
41
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_at24c01bn-sh-b.c \
42
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_bq24103a.c \
43
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_bq27500.c \
44
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_bq27500_bq24103a.c \
45
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_hmc5883l.c \
46
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_ina219.c \
47
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_l3g4200d.c \
48
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_led.c \
49
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_lis331dlh.c \
50
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_ltc4412.c \
51
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_mpr121.c \
52
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_pca9544a.c \
53
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_pklcs1212e4001.c \
54
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tlc5947.c \
55
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tps2051bdbv.c \
56
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tps62113.c \
57
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tps62113_ina219.c \
58
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_vcnl4020.c \
59
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_dw1000.c
60
>>>>>>> Stashed changes
36 61

  

Also available in: Unified diff