blob: 00b806804b99c8f50bde8b0064e41c25b69fe4a8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2024 Meta Platforms, Inc. and affiliates. */
#include <test_progs.h>
#include "pro_epilogue.skel.h"
void test_pro_epilogue(void)
{
RUN_TESTS(pro_epilogue);
}
|