Skip to content

Commit

Permalink
Worked on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jun 2, 2024
1 parent b21bd62 commit 477180a
Show file tree
Hide file tree
Showing 6 changed files with 60,173 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
RelativePath="..\..\tests\fvde_test_libcerror.h"
>
</File>
<File
RelativePath="..\..\tests\fvde_test_libfplist.h"
>
</File>
<File
RelativePath="..\..\tests\fvde_test_libfvde.h"
>
Expand Down
355 changes: 178 additions & 177 deletions msvscpp/libfvde.sln

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,19 @@ fvde_test_encryption_context_LDADD = \
fvde_test_encryption_context_plist_SOURCES = \
fvde_test_encryption_context_plist.c \
fvde_test_libcerror.h \
fvde_test_libfplist.h \
fvde_test_libfvde.h \
fvde_test_macros.h \
fvde_test_memory.c fvde_test_memory.h \
fvde_test_unused.h

fvde_test_encryption_context_plist_LDADD = \
@LIBFPLIST_LIBADD@ \
@LIBFVALUE_CPPFLAGS@ \
@LIBFGUID_CPPFLAGS@ \
@LIBUNA_CPPFLAGS@ \
@LIBCNOTIFY_CPPFLAGS@ \
@LIBCDATA_CPPFLAGS@ \
../libfvde/libfvde.la \
@LIBCERROR_LIBADD@

Expand Down
Loading

0 comments on commit 477180a

Please sign in to comment.