File: spanish_titles.cpp

package info (click to toggle)
btag 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 440 kB
  • sloc: cpp: 1,711; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * This file is part of btag.
 *
 * © 2012 Fernando Tarlá Cardoso Lemos
 *
 * Refer to the LICENSE file for licensing information.
 *
 */

#include "SpanishTitleLocalizationHandler.h"
#include "titles_base.h"

int main(int argc, char **argv)
{
    SpanishTitleLocalizationHandler handler;
    return run_title_capitalization_tests(handler, argc, argv);
}