Skip to content

Commit

Permalink
Tests: Add missing .hpp file to Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
Malvineous committed Feb 21, 2015
1 parent 6e0caf6 commit d51b0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ tests_SOURCES += test-opl-normalise.cpp
tests_SOURCES += test-tempo.cpp
tests_SOURCES += test-track-split.cpp

EXTRA_tests_SOURCES = tests.hpp
EXTRA_tests_SOURCES = tests.hpp
EXTRA_tests_SOURCES += test-music.hpp

TESTS = tests

Expand Down

0 comments on commit d51b0a3

Please sign in to comment.