Check in JLIP testing utility.

trunk
DragonMinded 8 years ago
parent ad4fc34cb1
commit 0e1c03c7af
  1. 1
      .gitignore
  2. 1615
      utils/JLIPTest.cpp
  3. 8
      utils/Makefile

1
.gitignore vendored

@ -1,2 +1,3 @@
*.swp
dvdemu
jliptest

File diff suppressed because it is too large Load Diff

@ -0,0 +1,8 @@
all: jliptest
jliptest: JLIPTest.cpp
g++ -Wall -Werror -D_BSD_SOURCE -o jliptest JLIPTest.cpp -ggdb
.DUMMY: clean
clean:
rm -rf jliptest
Loading…
Cancel
Save