diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-19 14:08:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-19 14:09:09 +0530 |
| commit | 9e3474b5d8ee4afdd9c03cfb4a151ffebfca36b7 (patch) | |
| tree | db76f6775ac45f53a280477a4776586e6c6f251f /spec | |
| parent | 1bd89088f1bb6103a34584ae39157abf2f732742 (diff) | |
| download | null-browser-9e3474b5d8ee4afdd9c03cfb4a151ffebfca36b7.tar.gz null-browser-9e3474b5d8ee4afdd9c03cfb4a151ffebfca36b7.zip | |
Add libuv + luv for lua runtime
Diffstat (limited to '')
| -rw-r--r-- | spec/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/main.cpp b/spec/main.cpp index 352ecba..f238e70 100644 --- a/spec/main.cpp +++ b/spec/main.cpp @@ -4,5 +4,7 @@ int main(int argc, char **argv) { QApplication app(argc, argv); + printf("foobar"); + return runAllTests(); } |
