X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2Ftype-declarations.c;h=d4a2ff2821bb3360886a917b5abca3b9be3c797a;hb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;hp=fae09b713cd448f4d6547bd6f3cb186f7d7bbe23;hpb=10b56aefc3e1de5cee607994f64c3b8a7d85c391;p=lttng-tools.git diff --git a/tests/regression/ust/type-declarations/type-declarations.c b/tests/regression/ust/type-declarations/type-declarations.c index fae09b713..d4a2ff282 100644 --- a/tests/regression/ust/type-declarations/type-declarations.c +++ b/tests/regression/ust/type-declarations/type-declarations.c @@ -1,19 +1,8 @@ /* * Copyright (C) 2014 Geneviève Bastien * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * SPDX-License-Identifier: LGPL-2.1-only * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* @@ -35,5 +24,7 @@ int main(int argc, char *argv[]) tracepoint(ust_tests_td, tptest_bis, i % 2); } + tracepoint(ust_tests_td, test_auto); + return 0; }