mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Initial commit
This commit is contained in:
commit
fc14dad769
16 changed files with 2985 additions and 0 deletions
12
tests/Makefile
Normal file
12
tests/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
DTC = ../dtc
|
||||
VG_DTC = valgrind --tool=memcheck ../dtc
|
||||
|
||||
check: all
|
||||
./run_all_tests.sh
|
||||
|
||||
all:
|
||||
|
||||
clean:
|
||||
rm -f *~
|
||||
|
||||
|
2
tests/run_all_tests.sh
Normal file
2
tests/run_all_tests.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue