Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 8f7920d

Browse files
committed
ENH: refs #0339. Enable style tests in statistics module
1 parent 75bd3a9 commit 8f7920d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
add_subdirectory( controllers )
2+
add_subdirectory( models )
3+
4+
# Style
5+
add_midas_style_test( StyleStatisticsControllers ${CMAKE_SOURCE_DIR}/modules/statistics/controllers )
6+
add_midas_style_test( StyleStatisticsModels ${CMAKE_SOURCE_DIR}/modules/statistics/models )
7+
add_midas_style_test( StyleStatisticsNotification ${CMAKE_SOURCE_DIR}/modules/statistics/Notification.php )
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)