-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests_list_for_build_and_run.txt
51 lines (49 loc) · 2.15 KB
/
tests_list_for_build_and_run.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Note: Words after "#" treat as a comment.
# 注意: "#" 以降の文字列はコメントとして扱われます.
# The test files listed below will build by the "$ make" command.
# And when executing the tests, below files are treat as a execution targets.
# このファイルに記載されたテストコードは "$ make" コマンドでビルドされます.
# また,テスト実行は,実行対象として判定されます.
../test/src_test/cast/typeConversion.cpp
../test/src_test/container/matrixContainer_binary/bmat.cpp
../test/src_test/container/matrixContainer_colMajor/mat_c.cpp
../test/src_test/container/matrixContainer_colMajor/ope.cpp
../test/src_test/container/matrixContainer_rowMajor/mat_r.cpp
../test/src_test/container/vector/slice.cpp
../test/src_test/container/vector/stdVector_expansion.cpp
../test/src_test/container/vector/vec_manipulation.cpp
../test/src_test/container/vector/vvec.cpp
../test/src_test/definitions/typeDef.cpp
../test/src_test/definitions/typeNum.cpp
../test/src_test/file/cp.cpp
../test/src_test/file/csv.cpp
../test/src_test/file/file.cpp
../test/src_test/file/file_c.cpp
../test/src_test/file/file_operations.cpp
../test/src_test/file/glob.cpp
../test/src_test/file/mkdir.cpp
../test/src_test/file/mv.cpp
../test/src_test/file/path.cpp
../test/src_test/file/read_write.cpp
../test/src_test/file/rm.cpp
../test/src_test/file/tinyInterpreter.cpp
../test/src_test/file/yaml.cpp
../test/src_test/math/math.cpp
../test/src_test/math/signal.cpp
../test/src_test/math/hashFnc_of_MD5_SHA1_SHA2/hashSum.cpp
../test/src_test/math/hashFnc_of_MD5_SHA1_SHA2/sstd_md5_sha1_sha2_wrapper.cpp
../test/src_test/memory/terp/terp.cpp
../test/src_test/memory/terp/terp_print.cpp
../test/src_test/memory/unique_void_ptr.cpp
../test/src_test/memory/void_ptr.cpp
../test/src_test/print/pdbg.cpp
../test/src_test/print/print_printn_printn_all.cpp
../test/src_test/python/c2py.cpp
../test/src_test/string/encode_decode.cpp
../test/src_test/string/strEdit.cpp
../test/src_test/string/strmatch.cpp
../test/src_test/string/utf8.cpp
../test/src_test/sys/status.cpp
../test/src_test/sys/system.cpp
../test/src_test/time/measureTime.cpp
../test/src_test/time/time.cpp