Brenden Blanco | 246b942 | 2015-06-05 11:15:27 -0700 | [diff] [blame] | 1 | # Copyright (c) PLUMgrid, Inc. |
| 2 | # Licensed under the Apache License, Version 2.0 (the "License") |
Brenden Blanco | cd5cb41 | 2015-04-26 09:41:58 -0700 | [diff] [blame] | 3 | configure_file(wrapper.sh.in "${CMAKE_CURRENT_BINARY_DIR}/wrapper.sh" @ONLY) |
| 4 | |
| 5 | set(TEST_WRAPPER ${CMAKE_CURRENT_BINARY_DIR}/wrapper.sh) |
| 6 | |
Brenden Blanco | 581fc7d | 2016-04-19 11:42:49 -0700 | [diff] [blame^] | 7 | add_test(NAME style-check COMMAND ${CMAKE_SOURCE_DIR}/scripts/style-check.sh) |
| 8 | |
Brenden Blanco | f178be9 | 2015-06-01 10:15:42 -0700 | [diff] [blame] | 9 | add_subdirectory(cc) |
Rich Lane | 1ec985d | 2015-09-14 17:21:39 -0700 | [diff] [blame] | 10 | add_subdirectory(python) |
Vicent Marti | 28b4efe | 2016-03-30 17:31:20 +0200 | [diff] [blame] | 11 | add_subdirectory(lua) |