Mercurial
diff mrjunejune/test/integration_test.c @ 122:96628cf126a0
[MrJuneJune] Websocket blog.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 08 Jan 2026 06:45:51 -0800 |
| parents | 092afa595764 |
| children | e7899c93da77 |
line wrap: on
line diff
--- a/mrjunejune/test/integration_test.c Thu Jan 08 06:45:10 2026 -0800 +++ b/mrjunejune/test/integration_test.c Thu Jan 08 06:45:51 2026 -0800 @@ -10,7 +10,10 @@ #define TEST_PORT "6969" #define TEST_HOST "127.0.0.1" #define MAX_RESPONSE_SIZE (1024 * 1024) -#define SNAPSHOT_DIR "mrjunejune/test/snapshots" +#ifndef SNAPSHOT_DIR + // TODO: Make it as current directory /snapshots... + #define SNAPSHOT_DIR "mrjunejune/test/snapshots" +#endif // Test case structure typedef struct {