mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-03 07:39:39 +01:00
add a test for the find script on the build directory
This commit is contained in:
8
test/find-package-test/main.cpp
Normal file
8
test/find-package-test/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <cppformat/format.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
for(int i = 0; i < argc; ++i)
|
||||
fmt::print("{}: {}\n", i, argv[i]);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user