Skip to content

Commit 207bdaf

Browse files
committed
fix simavr_based test errors due to renaming/structuring
1 parent 237e738 commit 207bdaf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

extras/tests/simavr_based/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ SD_SRC_DIRS=$(addsuffix /src/.dir,$(TESTS_SD))
1111

1212
SRC=$(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

1919
externalCall:
2020
make -C test_externalCall

extras/tests/simavr_based/test_externalCall/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

extras/tests/simavr_based/test_log2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

0 commit comments

Comments
 (0)