head     1.1;
branch   1.1.1;
access   ;
symbols  libarchive-3-8-8:1.1.1.1 KIENTZLE:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2026.06.24.05.39.02;  author adam;  state Exp;
branches 1.1.1.1;
next     ;
commitid        zmhI9f4umm2AO0LG;

1.1.1.1
date     2026.06.24.05.39.02;  author adam;  state Exp;
branches ;
next     ;
commitid        zmhI9f4umm2AO0LG;


desc
@@



1.1
log
@Initial revision
@
text
@# Generated by CMake at configure time -- do not edit.
# Scans test source files for DEFINE_TEST() declarations and writes list.h.
set(_sources @@SOURCES@@)
set(_output "@@OUTPUT@@")
file(WRITE "${_output}" "")
foreach(_src ${_sources})
  if(_src MATCHES "test_[^/]+\\.c$")
    file(STRINGS "${_src}" _lines REGEX "^DEFINE_TEST")
    foreach(_line ${_lines})
      file(APPEND "${_output}" "${_line}\n")
    endforeach()
  endif()
endforeach()
@


1.1.1.1
log
@libarchive: import 3.8.8
@
text
@@
