commit all files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by tunm on 2023/2/11.
|
||||
//
|
||||
|
||||
@@ -51,4 +51,4 @@ TEST_CASE("test_Classification", "[nn_cls]") {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by tunm on 2023/2/11.
|
||||
//
|
||||
#include "basic_types.h"
|
||||
@@ -44,3 +44,4 @@ TEST_CASE("test_Detection", "[nn_detect]") {
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by tunm on 2023/2/11.
|
||||
//
|
||||
#include "basic_types.h"
|
||||
@@ -48,4 +48,4 @@ TEST_CASE("test_Recognition", "[nn_rec]") {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by tunm on 2023/2/11.
|
||||
//
|
||||
#define CATCH_CONFIG_RUNNER
|
||||
@@ -7,4 +7,4 @@
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
return Catch::Session().run(argc, argv);;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by tunm on 2023/2/11.
|
||||
//
|
||||
|
||||
@@ -18,4 +18,4 @@ std::string getTestSaveDir() {
|
||||
|
||||
std::string getTestSaveData(const std::string& name) {
|
||||
return getTestSaveDir() + "/" + name;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by tunm on 2023/2/11.
|
||||
//
|
||||
#pragma once
|
||||
@@ -39,3 +39,4 @@ struct test_case_line {
|
||||
};
|
||||
|
||||
#endif //ZEPHYRLPR_TEST_SETTINGS_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user