From 0dc0148b8bd4d48bec1b6aefdd59761c31361a93 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 15 Jul 2024 23:18:06 +0800 Subject: add install test --- tests/actions/install/src/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/actions/install/src/main.cpp (limited to 'tests/actions/install/src/main.cpp') diff --git a/tests/actions/install/src/main.cpp b/tests/actions/install/src/main.cpp new file mode 100644 index 000000000..d55d4d342 --- /dev/null +++ b/tests/actions/install/src/main.cpp @@ -0,0 +1,7 @@ +#include "foo.h" +#include + +int main(int argc, char** argv) { + std::cout << "add(1, 2) = " << add(1, 2) << std::endl; + return 0; +} -- cgit v1.3.1