blob: 9051f89a593a5dff54b83987231390dab08dea21 [file] [log] [blame]
Brenden Blanco246b9422015-06-05 11:15:27 -07001# Copyright (c) PLUMgrid, Inc.
2# Licensed under the Apache License, Version 2.0 (the "License")
Brenden Blancocd5cb412015-04-26 09:41:58 -07003configure_file(wrapper.sh.in "${CMAKE_CURRENT_BINARY_DIR}/wrapper.sh" @ONLY)
4
5set(TEST_WRAPPER ${CMAKE_CURRENT_BINARY_DIR}/wrapper.sh)
6
Brenden Blanco581fc7d2016-04-19 11:42:49 -07007add_test(NAME style-check COMMAND ${CMAKE_SOURCE_DIR}/scripts/style-check.sh)
8
Brenden Blancof178be92015-06-01 10:15:42 -07009add_subdirectory(cc)
Rich Lane1ec985d2015-09-14 17:21:39 -070010add_subdirectory(python)
Vicent Marti28b4efe2016-03-30 17:31:20 +020011add_subdirectory(lua)