add infrastructure and first example for testing standalone LAMMPS input commands
This commit is contained in:
4
unittest/commands/CMakeLists.txt
Normal file
4
unittest/commands/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
add_executable(test_simple_commands test_simple_commands.cpp)
|
||||
target_link_libraries(test_simple_commands PRIVATE lammps GTest::GMock GTest::GTest)
|
||||
add_test(NAME TestSimpleCommands COMMAND test_simple_commands WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||||
Reference in New Issue
Block a user