Skip to content

Commit

Permalink
TESTS: Add TheWitcherSaveWriter unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius committed Sep 26, 2018
1 parent 61a5f4b commit 0dc15fd
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/aurora/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,8 @@ check_PROGRAMS += tests/aurora/test_thewitchersave
tests_aurora_test_thewitchersavefile_SOURCES = tests/aurora/thewitchersavefile.cpp
tests_aurora_test_thewitchersavefile_LDADD = $(aurora_LIBS)
tests_aurora_test_thewitchersavefile_CXXFLAGS = $(test_CXXFLAGS)

check_PROGRAMS += tests/aurora/test_thewitchersavewriter
tests_aurora_test_thewitchersavewriter_SOURCES = tests/aurora/thewitchersavewriter.cpp
tests_aurora_test_thewitchersavewriter_LDADD = $(aurora_LIBS)
tests_aurora_test_thewitchersavewriter_CXXFLAGS = $(test_CXXFLAGS)
Loading

0 comments on commit 0dc15fd

Please sign in to comment.