Skip to content

Commit

Permalink
Removing unnecessary CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jan 28, 2015
1 parent b85e197 commit beef3d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
20 changes: 0 additions & 20 deletions cmake/RunCommandLineArgTest.cmake

This file was deleted.

8 changes: 0 additions & 8 deletions src/EnergyPlus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,14 +596,6 @@ if( BUILD_TESTING )
-DIDF_FILE=1ZoneUncontrolled.idf
-DEPW_FILE=USA_CO_Golden-NREL.724666_TMY3.epw
-P ${CMAKE_SOURCE_DIR}/cmake/RunCallbackTest.cmake)
add_test(NAME "integration.TestCommandLineArguments"
COMMAND ${CMAKE_COMMAND}
-DSOURCE_DIR=${CMAKE_SOURCE_DIR}
-DBINARY_DIR=${CMAKE_BINARY_DIR}
-DIDF_FILE=1ZoneUncontrolled.idf
-P ${CMAKE_SOURCE_DIR}/cmake/RunCommandLineArgTest.cmake)
set_tests_properties("integration.TestEnergyPlusCallbacks" PROPERTIES PASS_REGULAR_EXPRESSION "Test Passed")
set_tests_properties("integration.TestEnergyPlusCallbacks" PROPERTIES FAIL_REGULAR_EXPRESSION "ERROR;FAIL;Test Failed")
endif()

if(UNIX AND NOT APPLE)
Expand Down

7 comments on commit beef3d5

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1593 of 1595 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1587 of 1589 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (1593 of 1595 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (599 of 599 tests passed)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (1593 of 1595 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1093 of 1098 tests passed)

Build Badge Test Badge Coverage Badge

Please sign in to comment.