Skip to content

Commit 3dcbe63

Browse files
committed
reenabled apache tests
1 parent 1546f72 commit 3dcbe63

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/test_all.cc

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
#include "test_glszm.h"
2020
#include "test_ngtdm.h"
2121
#include "test_roi_blacklist.h"
22-
//??? #include "test_arrow.h"
23-
//??? #include "test_arrow_file_name.h"
22+
#include "test_arrow.h"
23+
#include "test_arrow_file_name.h"
2424

25-
//??? TEST(TEST_NYXUS, TEST_ARROW_FILE_NAME) {
26-
//??? test_file_naming();
27-
//??? }
25+
TEST(TEST_NYXUS, TEST_ARROW_FILE_NAME) {
26+
test_file_naming();
27+
}
2828

29-
//??? TEST(TEST_NYXUS, TEST_ARROW) {
30-
//??? test_arrow();
31-
//??? }
29+
TEST(TEST_NYXUS, TEST_ARROW) {
30+
test_arrow();
31+
}
3232

33-
//??? TEST(TEST_NYXUS, TEST_PARQUET) {
34-
//??? test_parquet();
35-
//??? }
33+
TEST(TEST_NYXUS, TEST_PARQUET) {
34+
test_parquet();
35+
}
3636

3737
TEST(TEST_NYXUS, TEST_GABOR){
3838
test_gabor();

0 commit comments

Comments
 (0)