File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ SD_SRC_DIRS=$(addsuffix /src/.dir,$(TESTS_SD))
1111
1212SRC =$(wildcard ../../src/* )
1313
14- test : $(TEST_FILES ) pmf externalCall
14+ test : $(TEST_FILES ) log2 externalCall
1515
16- pmf :
17- make -C test_pmf
16+ log2 :
17+ make -C test_log2
1818
1919externalCall :
2020 make -C test_externalCall
Original file line number Diff line number Diff line change 33#
44# make -C test_sd_01b_328p -f ../Makefile.test
55
6- SRC =$(shell find ../../../src -type f) $(wildcard src/* )
6+ SRC =$(shell find ../../../../ src -type f) $(wildcard src/* )
77
88# platformio should contain only one env section.
99# This section states the dut name
Original file line number Diff line number Diff line change 33#
44# make -C test_sd_01b_328p -f ../Makefile.test
55
6- SRC =$(shell find ../../../src -type f) $(wildcard src/* )
6+ SRC =$(shell find ../../../../ src -type f) $(wildcard src/* )
77
88# platformio should contain only one env section.
99# This section states the dut name
You can’t perform that action at this time.
0 commit comments