Skip to content

Commit

Permalink
Merge pull request #324 from mmd-osm/patch/cleanup9
Browse files Browse the repository at this point in the history
Catch2 migration cont'd
  • Loading branch information
mmd-osm authored Dec 1, 2023
2 parents 8ca8fb4 + 8f85d02 commit aedc72c
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 451 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ___test_test_parse_options_SOURCES=\
../test/test_parse_options.cpp

if ENABLE_APIDB
___test_test_apidb_backend_nodes_CPPFLAGS=$(AM_CPPFLAGS) $(CATCH2_CPPFLAGS)
___test_test_apidb_backend_nodes_SOURCES=\
../test/test_apidb_backend_nodes.cpp \
../test/test_formatter.cpp \
Expand All @@ -138,6 +139,7 @@ ___test_test_apidb_backend_oauth_SOURCES=\
../test/test_formatter.cpp \
../test/test_database.cpp \
../test/test_request.cpp
___test_test_apidb_backend_oauth2_CPPFLAGS=$(AM_CPPFLAGS) $(CATCH2_CPPFLAGS)
___test_test_apidb_backend_oauth2_SOURCES=\
../test/test_apidb_backend_oauth2.cpp \
../test/test_formatter.cpp \
Expand Down
Loading

0 comments on commit aedc72c

Please sign in to comment.