Revision 1678f270 unittests/unittests.mk

View differences:

unittests/unittests.mk
1 1
################################################################################
2 2
# AMiRo-OS is an operating system designed for the Autonomous Mini Robot       #
3 3
# (AMiRo) platform.                                                            #
4
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2019  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
31 31
               $(UNITTESTS_DIR)periphery-lld/inc
32 32

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

  

Also available in: Unified diff