mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-30 00:50:45 +08:00
Add LineNumber, Improve GUI, Improve tests.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
int main(int, const char**) {
|
||||
int result = 0;
|
||||
|
||||
std::string path = testing_directory;
|
||||
std::string path = test_directory;
|
||||
for (auto& dir : std::experimental::filesystem::directory_iterator(path)) {
|
||||
std::string type = dir.path().filename();
|
||||
std::cout << "Testing " << type << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user