mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-25 18:46:53 -07:00
rename basic_test to test_basic
This commit is contained in:
parent
d8161743eb
commit
8901e538e1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user