Skip to content

Commit

Permalink
chore: fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jan 14, 2024
1 parent ed04959 commit 1b9ec3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/include_test.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#pragma once

extern bool include_test();
1 change: 1 addition & 0 deletions test/serializing_test.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma once

extern bool serializing();
extern bool wstring_serializing();

0 comments on commit 1b9ec3a

Please sign in to comment.