rename basic_test to test_basic

This commit is contained in:
Brendan Haines 2021-09-08 23:44:45 -06:00
parent d8161743eb
commit 8901e538e1
6 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ BENCHES = basic_test
$(info $$BENCHES is [${BENCHES}])
verify:
make -C basic_test verify
make -C test_basic verify
make -C test_c verify
clean:
make -C basic_test clean
make -C test_basic clean
make -C test_c clean
.SECONDARY: