Skip to content

Commit 4749d37

Browse files
committed
Packages/tests/Compilation: Just test UTF_All_Includes
By only testing one include file which includes all MIES files, we can make the compilation test much faster.
1 parent 392a7a7 commit 4749d37

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Packages/tests/Compilation/CompilationTester.ipf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ End
4040
Function/WAVE GetIncludes()
4141

4242
// keep sorted
43-
Make/FREE/T includes = {"MIES_Include", \
44-
"UTF_Basic", \
45-
"UTF_PAPlot", \
46-
"UTF_HardwareAnalysisFunctions", \
47-
"UTF_HardwareBasic"}
43+
Make/FREE/T includes = {"UTF_All_Includes"}
4844

4945
SetDimensionLabelsFromWaveContents(includes)
5046

0 commit comments

Comments
 (0)