Arg::parse accepts plain Args as argument

This commit is contained in:
Martin Hořeňovský
2020-11-07 17:51:50 +01:00
parent 2baa472bcc
commit 135103bacf
14 changed files with 84 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ endif(MSVC) #Temporary workaround
# Please keep these ordered alphabetically
set(TEST_SOURCES
${SELF_TEST_DIR}/TestRegistrations.cpp
${SELF_TEST_DIR}/IntrospectiveTests/Clara.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/CmdLine.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/Details.tests.cpp
${SELF_TEST_DIR}/IntrospectiveTests/GeneratorsImpl.tests.cpp